You are here: Understanding the Meridian event procedures > About the briefcase events > BrcEvent_AfterInclude event

BrcEvent_AfterInclude event

Occurs when a document in the current batch has been added to the briefcase.

Syntax

BrcEvent_AfterInclude(Batch, Briefcase, CheckOut)
Parameters
Name Description

Batch

An object that represents the batch of documents the user has selected.

Briefcase

An object that represents the briefcase file.

CheckOut

True when the user has selected to check the document out to the briefcase. Read-only.

Remarks

If you change property values on the document in this event procedure, the status of the document in the briefcase will be Properties Changed.

Related concepts

About the briefcase events